Extension point configuration
Documentation
This extension can be used to configure conversion service
Contribution Descriptors
- Class: org.nuxeo.ecm.core.convert.extension.GlobalConfigDescriptor
- Class: org.nuxeo.ecm.core.convert.extension.ConvertCacheDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="configuration" target="org.nuxeo.ecm.core.convert.service.ConversionServiceImpl"> <cache enabled="true"> <gcRate>10m</gcRate> <maxSizeKB>10240</maxSizeKB> <!-- 10Mb --> </cache> </extension>